home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / htmlwap / Html-Wap editor 2007 verze 3.04.exe / res / forms.css < prev    next >
Cascading Style Sheet File  |  2006-01-22  |  12KB  |  486 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  25.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the NPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the NPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. /** 
  38.   Styles for old GFX form widgets
  39.  **/ 
  40.  
  41.  
  42. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  43. @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  44.  
  45. *|*::-moz-fieldset-content {
  46.   display: block;
  47.   height: inherit;   /* Need this so percentage heights of kids work right */
  48. }
  49.  
  50. form {
  51.   display: block;
  52.   margin: 0 0 1em 0;
  53. }
  54.  
  55. /* miscellaneous form elements */
  56.  
  57. legend {
  58.   padding-left: 2px;
  59.   padding-right: 2px;
  60.   border: none;
  61. }
  62.  
  63. fieldset {
  64.   display: block;
  65.   margin-left: 2px;
  66.   margin-right: 2px;
  67.   padding: 0.35em 0.625em 0.75em;
  68.   border: 2px groove ThreeDFace;
  69. }
  70.  
  71. label {
  72.   cursor: default;
  73. }
  74.  
  75. /* default inputs, text inputs, and selects */
  76.  
  77. /* Note: Values in nsNativeTheme IsWidgetStyled function 
  78.    need to match textfield background/border values here */
  79.  
  80. input {
  81.   -moz-appearance: textfield;
  82.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  83.      must be the same here, for buttons, and for <select> (including its
  84.      internal padding magic) */
  85.   padding: 1px 0 1px 0;
  86.   border: 2px inset ThreeDFace;
  87.   background-color: -moz-Field;
  88.   color: -moz-FieldText;
  89.   font: -moz-field;
  90.   line-height: normal !important;
  91.   text-align: start;
  92.   text-transform: none;
  93.   word-spacing: normal;
  94.   letter-spacing: normal;
  95.   cursor: text;
  96.   -moz-user-focus: normal;
  97.   -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
  98.   text-indent: 0;
  99. }
  100.  
  101. textarea {
  102.   margin: 1px 0 1px 0;
  103.   border: 2px inset ThreeDFace;
  104.   background-color: -moz-Field;
  105.   color: -moz-FieldText;
  106.   font: medium -moz-fixed;
  107.   line-height: normal !important;
  108.   text-align: start;
  109.   text-transform: none;
  110.   word-spacing: normal;
  111.   letter-spacing: normal;
  112.   vertical-align: text-bottom;
  113.   cursor: text;
  114.   -moz-user-focus: normal;
  115.   -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#textAreas");
  116.   -moz-appearance: textfield;
  117.   text-indent: 0;
  118. }
  119.  
  120. textarea > scrollbar {
  121.   cursor: default;
  122. }
  123.  
  124. *|*::-moz-singleline-textcontrol-frame {
  125.   overflow: -moz-hidden-unscrollable;
  126.   white-space: nowrap;
  127.   background-color: inherit;
  128.   text-align: inherit;
  129. }
  130.  
  131. select {
  132.   margin: 0;
  133.   border-color: ThreeDFace;
  134.   background-color: -moz-Field;
  135.   color: -moz-FieldText;
  136.   font: -moz-list;
  137.   line-height: normal !important;
  138.   white-space: nowrap !important;
  139.   text-align: start; 
  140.   cursor: default;
  141.   -moz-box-sizing: border-box;
  142.   -moz-user-select: none;
  143.   -moz-user-focus: normal;
  144.   -moz-appearance: menulist;
  145.   border-width: 2px !important;
  146.   border-style: inset !important;
  147.   -moz-border-radius: 0 !important;
  148.   text-indent: 0;
  149. }
  150.  
  151. /* Need the "select[size][multiple]" selector to override the settings on
  152.    'select[size="1"]', eg if one has <select size="1" multiple> */
  153.    
  154. select[size],
  155. select[multiple],
  156. select[size][multiple] {
  157.   /* Different alignment and padding for listbox vs combobox */
  158.   vertical-align: text-bottom;
  159.   padding: 1px 0 1px 0;
  160.   -moz-appearance: listbox;
  161. }
  162.  
  163. select[size="0"],
  164. select[size="1"] {
  165.   /* Except this is not a listbox */
  166.   vertical-align: baseline;
  167.   padding: 0;
  168.   -moz-appearance: menulist;
  169. }
  170.  
  171. select > input[type="button"] {
  172.   width: 12px;
  173.   height: 12px;
  174.   white-space: nowrap;
  175.   -moz-user-focus: none;
  176.  
  177.   position: static !important;
  178.   background-image: url("arrow.gif") !important;
  179.   background-repeat: no-repeat !important;
  180.   background-position: center !important;
  181.   -moz-appearance: menulist-button;
  182. }
  183.  
  184. select > input[type="button"]:active {
  185.   background-image: url("arrowd.gif") !important;
  186. }
  187.  
  188. select::-moz-dummy-option { 
  189.   visibility: hidden; 
  190.   content: "XX"; /* demo 8, edge case test 1 */
  191. }
  192.  
  193. *|*::-moz-display-comboboxcontrol-frame {
  194.   overflow: -moz-hidden-unscrollable;
  195.   /* This top/bottom padding plus the combobox top/bottom border need to
  196.      add up to the top/bottom borderpadding of text inputs and buttons */ 
  197.   padding: 1px 0 1px 4px;
  198.   background-color: inherit;
  199.   color: inherit;
  200.   white-space: nowrap;
  201.   text-align: inherit;
  202.   -moz-user-select: none;
  203. }
  204.  
  205. option {
  206.   display: block;
  207.   min-height: 1em;
  208.   line-height: normal !important;
  209.   -moz-user-select: none;
  210.   -moz-user-focus: none;
  211.   text-indent: 0;
  212. }
  213.  
  214. select > option {
  215.   padding: 0 5px 0 3px;
  216. }
  217.  
  218. option:checked {
  219.   background-color: Highlight ! important;
  220.   color: HighlightText ! important;
  221. }
  222.  
  223. optgroup {
  224.   display: block;
  225.   font: -moz-list;
  226.   line-height: normal !important;
  227.   font-style: italic;
  228.   font-weight: bold;
  229.   -moz-user-select: none;
  230.   -moz-user-focus: none;
  231.   text-indent: 0;
  232. }
  233.  
  234. optgroup > option {
  235.   padding-left: 20px;
  236.   font-style: normal;
  237.   font-weight: normal;
  238. }
  239.  
  240. optgroup:before {
  241.   display: block;
  242.   content: attr(label);
  243. }
  244.  
  245. *|*::-moz-dropdown-list {
  246.   z-index: 2147483647;
  247.   background-color: inherit;
  248.   -moz-user-select: none;
  249.  
  250.   border: 1px outset black !important;
  251.  
  252. input[disabled],
  253. textarea[disabled],
  254. option[disabled],
  255. optgroup[disabled],
  256. select[disabled] {
  257.   -moz-user-input: disabled;
  258.   -moz-user-focus: ignore;
  259.   color: GrayText;
  260.   background-color: ThreeDFace;
  261.   cursor: default;
  262. }
  263.  
  264. option[disabled],
  265. optgroup[disabled] {
  266.   background-color: transparent;
  267. }
  268.  
  269. /* hidden inputs */
  270. input[type="hidden"] {
  271.   -moz-appearance: none;
  272.   display: none;
  273.   padding: 0;
  274.   border: 0;
  275.   cursor: auto;
  276.   -moz-user-focus: ignore;
  277.   -moz-binding: none;
  278. }
  279.  
  280. /* image buttons */
  281. input[type="image"] {
  282.   -moz-appearance: none;
  283.   padding: 0;
  284.   border: none;
  285.   background-color: transparent;
  286.   font-family: sans-serif;
  287.   font-size: small;
  288.   cursor: pointer;
  289.   -moz-binding: none;
  290.   -moz-appearance: none;
  291. }
  292.  
  293. input[type="image"][disabled] {
  294.   cursor: default;
  295. }
  296.  
  297. input[type="image"]:focus {
  298.   -moz-outline: 1px dotted -moz-FieldText;
  299. }
  300.  
  301. /* file selector */
  302. input[type="file"] {
  303.   -moz-appearance: none;
  304.   white-space: nowrap;
  305.   cursor: default;
  306.   -moz-binding: none;
  307.  
  308.   padding: 0 !important;
  309.   border-style: none !important;
  310. }
  311.  
  312. input[type="file"] > input[type="text"] {
  313.   border-color: inherit;
  314.   background-color: inherit;
  315.   color: inherit;
  316.   font-size: inherit;
  317.   height: inherit;
  318. }
  319.  
  320. /* button part of file selector */
  321. input[type="file"] > input[type="button"] {
  322.   height: inherit;
  323.   font-size: inherit;
  324. }
  325.  
  326. /* radio buttons */
  327. input[type="radio"] {
  328.   -moz-appearance: radio;
  329.   width: 13px;
  330.   height: 13px;
  331.   margin: 3px 3px 0px 5px;
  332.   padding: 0 !important;
  333.   cursor: default;
  334.   -moz-binding: none;
  335.  
  336.   -moz-border-radius: 100% !important;
  337. }
  338.  
  339. /* check boxes */
  340. input[type="checkbox"] {
  341.   -moz-appearance: checkbox;
  342.   width: 13px;
  343.   height: 13px;
  344.   margin: 3px 3px 3px 4px;
  345.   padding: 0 !important;
  346.   vertical-align: text-bottom;
  347.   cursor: default;
  348.   -moz-binding: none;
  349.  
  350.   -moz-border-radius: 0 !important;
  351. }
  352.  
  353. /* common features of radio buttons and check boxes */
  354.  
  355. input[type="radio"],
  356. input[type="checkbox"] {
  357.   /* same colors as |input| rule, but |!important| this time. */
  358.   -moz-box-sizing: border-box;
  359.   background-color: -moz-Field ! important;
  360.   color: -moz-FieldText ! important;
  361.   border: 2px inset ThreeDFace ! important;
  362. }
  363.  
  364. input[type="radio"][disabled],
  365. input[type="radio"][disabled]:active,
  366. input[type="radio"][disabled]:hover,
  367. input[type="radio"][disabled]:hover:active,
  368. input[type="checkbox"][disabled],
  369. input[type="checkbox"][disabled]:active,
  370. input[type="checkbox"][disabled]:hover,
  371. input[type="checkbox"][disabled]:hover:active {
  372.   padding: 1px;
  373.   border: 1px inset ThreeDShadow ! important;
  374.   /* same as above, but !important */
  375.   color: GrayText ! important;
  376.   background-color: ThreeDFace ! important;
  377. }
  378.  
  379. input[type="checkbox"]:focus,
  380. input[type="radio"]:focus {
  381.   border-style: groove !important;
  382. }
  383.  
  384. input[type="checkbox"]:hover:active,
  385. input[type="radio"]:hover:active {
  386.   background-color: ThreeDFace ! important;
  387.   border-style: inset !important;
  388. }
  389.  
  390. *|*::-moz-radio {
  391.   width: 4px;
  392.   height: 4px;
  393.   background-color: -moz-FieldText ! important;
  394.   -moz-border-radius: 3px;
  395. }
  396.  
  397. /* buttons */
  398.  
  399. /* Note: Values in nsNativeTheme IsWidgetStyled function 
  400.    need to match button background/border values here */
  401.  
  402. button, 
  403. input[type="reset"],
  404. input[type="button"],
  405. input[type="submit"] { 
  406.   -moz-appearance: button;
  407.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  408.      must be the same here, for text inputs, and for <select>.  For
  409.      buttons, make sure to include the -moz-focus-inner border/padding. */
  410.   padding: 0px 6px 0px 6px;
  411.   border: 2px outset ButtonFace;
  412.   background-color: ButtonFace;
  413.   color: ButtonText; 
  414.   font: -moz-button;
  415.   line-height: normal !important;
  416.   white-space: pre;
  417.   cursor: default;
  418.   -moz-box-sizing: border-box;
  419.   -moz-user-select: none;
  420.   -moz-user-focus: normal;
  421.   -moz-binding: none;
  422. }
  423.  
  424. button {
  425.   /* Buttons should lay out like "normal" html, mostly */
  426.   white-space: normal;  
  427.   text-indent: 0;
  428. }
  429.  
  430. *|*::-moz-button-content {
  431.   display: block;
  432.   text-align: center;
  433. }
  434.  
  435. button:active:hover,
  436. input[type="reset"]:active:hover,
  437. input[type="button"]:active:hover,
  438. input[type="submit"]:active:hover {
  439.   padding: 0px 5px 0px 7px;
  440.   border-style: inset;
  441. }
  442.  
  443. button::-moz-focus-inner,
  444. input[type="reset"]::-moz-focus-inner,
  445. input[type="button"]::-moz-focus-inner,
  446. input[type="submit"]::-moz-focus-inner,
  447. input[type="file"] > input[type="button"]::-moz-focus-inner {
  448.   padding: 0px 2px 0px 2px;
  449.   border: 1px dotted transparent;
  450. }
  451.  
  452. button:focus::-moz-focus-inner,
  453. input[type="reset"]:focus::-moz-focus-inner,
  454. input[type="button"]:focus::-moz-focus-inner,
  455. input[type="submit"]:focus::-moz-focus-inner,
  456. input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
  457.   border-color: ButtonText;
  458. }
  459.  
  460. button[disabled]:active, button[disabled],
  461. input[type="reset"][disabled]:active,
  462. input[type="reset"][disabled],
  463. input[type="button"][disabled]:active,
  464. input[type="button"][disabled],
  465. select[disabled] > input[type="button"],
  466. select[disabled] > input[type="button"]:active,
  467. input[type="submit"][disabled]:active,
  468. input[type="submit"][disabled] {
  469.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  470.      must be the same here and for text inputs */
  471.   padding: 1px 7px 1px 7px;
  472.   border: 1px outset ButtonShadow;
  473.   color: GrayText;
  474. }
  475.  
  476. @media print {
  477.   input, textarea, select, button {
  478.     -moz-user-focus: none !important;
  479.     -moz-user-input: none !important;
  480.   }
  481.  
  482.   input[type="file"] { height: 2em; }
  483. }
  484.  
  485.